-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: set up env for test & add basic unit test example #129
Conversation
Apparently viem library does not carry it's own evm for tests, it makes use of anvil or hardhat. We can use that with ethers.js as well, so I went on using Ethers in tests. Also added some tests for UserOpValidationService and EthModule |
I'll add some more unit tests for each module and service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on tests @Jineshdarjee! I have some minor comments
Description
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyFurther comments (optional)